Use PEGetFormulaSyntax to retrieve the syntax information associated with the formula addressed in the last formula API call.
BOOL CRPE_API PEGetFormulaSyntax (
short printJob,
PEFormulaSyntax FAR *formulaSyntax );
Specifies the print job for which you want to determine formula syntax. | |
Specifies a pointer to PEFormulaSyntax, which will contain the information that you want to retrieve. See Remarks below. |
Declare Function PEGetFormulaSyntax Lib "crpe32.dll" (
ByVal printJob As Integer, formulaSyntax As PEFormulaSyntax ) As Integer
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |